home *** CD-ROM | disk | FTP | other *** search
/ European Business Guide / European Business Guide - Interactrive Media Systems.ISO / ec.bat < prev    next >
Encoding:
DOS Batch File  |  1990-12-27  |  214 b   |  14 lines

  1. echo off
  2. cls
  3. IF EXIST %1:\EC\show.exe goto lab1
  4. echo Start the Eurocheque program by typing:
  5. echo [CD-drive letter]:EC [CD-drive letter]
  6. echo e.g:  L:EC L
  7. goto end
  8. :lab1
  9. %1:
  10. cd \ec
  11. show ec
  12. cd \
  13. c:
  14. :end